]> git.neil.brown.name Git - wiggle.git/commit
Replace hash.h with better hash function from CCAN
authorNeil Brown <neilb@suse.de>
Mon, 7 May 2012 21:59:26 +0000 (07:59 +1000)
committerNeil Brown <neilb@suse.de>
Mon, 7 May 2012 21:59:26 +0000 (07:59 +1000)
commitd986b3dca3fe4fdb1f4fca570c54fd9102b03e57
tree47716b09bc7a0f3308524fa28349e64504ab6aaf
parent93c902f288d82d44174678ce07c30a64333c43f2
Replace hash.h with better hash function from CCAN

Signed-off-by: NeilBrown <neilb@suse.de>
15 files changed:
Makefile
ccan/build_assert/_info [new file with mode: 0644]
ccan/build_assert/build_assert.h [new file with mode: 0644]
ccan/build_assert/test/compile_fail-expr.c [new file with mode: 0644]
ccan/build_assert/test/compile_fail.c [new file with mode: 0644]
ccan/build_assert/test/compile_ok.c [new file with mode: 0644]
ccan/build_assert/test/run-BUILD_ASSERT_OR_ZERO.c [new file with mode: 0644]
ccan/hash/_info [new file with mode: 0644]
ccan/hash/hash.c [new file with mode: 0644]
ccan/hash/hash.h [new file with mode: 0644]
ccan/hash/test/api-hash_stable.c [new file with mode: 0644]
ccan/hash/test/run.c [new file with mode: 0644]
config.h [new file with mode: 0644]
hash.h [deleted file]
split.c